@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap');

.en, .fr { display:none; } /* hide all elements with a language class */

body{
	font-family: 'Exo 2', sans-serif;
	font-weight: normal;
	background-color:white;
  color: #4c585d;
}
.footer{
  padding-top: 18px;
}
.sectionFooter{
	background-color: #676b6e;
	border-color: 1px solid #676b6e;
  background-size:cover;
  padding-top: 15px;
}
h4{
    line-height: 1.4em;
}
div{
  background-color: transparent;
}

.imgBrand{
  width: 180px;
  position : absolute;
  background-color: transparent;
}
.imgBrandScrolled{
  width: 90px;
  position : fixed;
  left : 10px;
  z-index: 95;
}

.fullwidth{
   text-align: justify;
   height: 14px;
}
.fullwidth:after{
  content: "";
  display: inline-block;
  width: 100%;
}


/**Le bandeau d'image**/
.bandeau-container{
  position:relative;
  height:300px;
  top:0;
  left:0;
  z-index: 96;
}
.bandeau-container > .img-src{
    height:300px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}

/** Mes cadres de pr�sentation dans la page **/
.sectionCentree{
  width: 60%;
	border: 1px solid /*cyan*/ none;
	margin: auto; /* On peut donc demander � ce que le bloc soit centr� avec auto */
	clear:both;
  vertical-align:bottom !important;
}

/** Les cadres larges type bandeau dans lequel on souhaite y �crire **/
.bckgrdVagueTurquoise{
	border: 1px solid white;
	min-height: 200px;
	margin: auto; /* On peut donc demander � ce que le bloc soit centr� avec auto */
	background :url("../images/vague turquoise.jpg") no-repeat;
  background-size: 100% 100%;
	clear:both;
}

.txtGris{
	color: #4c585d;
}

.main{
    background-color: transparent;
    position: relative;
}

.space-200{
    height: 200px;
}

#etoilesBckg{
    /*background-image:url("../images/etoile_grande.jpg"), url("../images/etoile_petite.jpg");*/
    background-position: right bottom, left top;
    background-repeat: no-repeat;
}
.liPiedPage{
  display: inline;
  list-style: none; /* pour enlever les puces sur IE7 */
  margin: 10px;
}





/**partie formulaire**/
form {
 background-color:transparent;
 font-family: Open sans, monOpenSans;
 }
fieldset {
 padding:0px 0px 20px;
 margin-bottom:10px;
 border:1px solid #d8d8d8;
 }
legend {
 color:#676b6e;
 font-weight:bold
 }
label {
 margin-top:10px;
 display:block;
 }
label.inline {
 display:inline;
 margin-right:50px;
 }
input, textarea, select, option {
 background-color:transparent;
 font-family: Open sans, monOpenSans;
 }
input, textarea, select {
	font-family: Open sans, monOpenSans;
 padding:10px;
 width:100%;
 border:none;
 border-radius:0px;
 box-shadow:0px -2px 1px #d4d4d4 inset;
 }
select {
 margin-top:10px;
 }
input[type=radio] {
 background-color:transparent;
 border:none;
 width:10px;
 }
input[type=submit], input[type=reset] {
 float:right;
 margin-left:5px;
 width:auto;
 background-color:#009cac;
 color:white;
 box-shadow:1px 1px 1px #d4d4d4;
 cursor:pointer;
 }
 .shortScreen{
   display: none;
 }

@media screen and (max-width: 850px) {
  .bckgrdVagueTurquoise{
    width:100%;
    height: 120%;
    background: #009cac;
    margin-top: 2em;
  }
  .imgBrand{
    width: 120px;
  }
  .imgBrandScrolled{
    display: none;
  }
  .notShortScreen{
    display: none;
  }
  .shortScreen{
    display: block;
  }
  /** Mes cadres de pr�sentation dans la page **/
  .sectionCentree{
    width: 100%;
  }
}

@media screen and (max-width: 701px) {

}

@media screen and (max-width: 1800px) {
}
